home *** CD-ROM | disk | FTP | other *** search
- on atmoSet wich
- global atmoPos1, atmoY, swPos1, interiorPos1, nappi_sprite
- if (the frame >= label("newsun_interior")) and (the frame < label("newsun_solarwind")) then
- set wich to wich - 3
- set mem to "inttxt" & wich
- set the member of sprite 90 to mem
- set the movieTime of sprite 110 to getAt(interiorPos1, wich) * 60
- else
- if the frame >= label("newsun_solarwind") then
- set wich to wich - 2
- set mem to "swtxt" & wich
- set the member of sprite 90 to mem
- set the movieTime of sprite 110 to getAt(swPos1, wich) * 60
- else
- set mem to "atmotxt" & wich
- set the member of sprite 90 to mem
- set the movieTime of sprite 110 to getAt(atmoPos1, wich) * 60
- end if
- end if
- end
-